xend: fix a regression in c/s 19791.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 19 Jun 2009 07:44:33 +0000 (08:44 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 19 Jun 2009 07:44:33 +0000 (08:44 +0100)
commitfaefc018df83806c3135b318425fe6c66ffda1b8
tree5632c9089813e3766e9d208bf27a4fc69a610191
parent65afc94bc6d68cf42c9bfef8c56b50ceba60ed98
xend: fix a regression in c/s 19791.

Using changeset 19791:c0d2838fc10f, I can't create an HVM.
xend.log shows:

  File "usr/lib64/python2.4/site-packages/xen/xend/image.py", line
  759, in configure
    store_dmargs.remove('-sdl')
ValueError: list.remove(x): x not in list

Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
tools/python/xen/xend/image.py